home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / WIND3.PLT < prev    next >
Text File  |  1994-12-02  |  1KB  |  70 lines

  1. set backcolor lighgreen
  2. set color brightwhite
  3. set labels size 2.5
  4. set title size 3
  5. set window x 1.1 of 2.2  y 2 of 2
  6. set symbol size 3
  7. title left lines -.5 'Rise, Fall Times (ms)'
  8. title bottom 'Input (Volts)'
  9. set limits x 0 to 5 y 1 to 10
  10. set scale y log
  11. set symbol 0O
  12. 1 2
  13. 2 4
  14. 3 6
  15. 4.2 8
  16. join; plot
  17. set symbol 2O
  18. 1 9
  19. 2 7
  20. 3 5
  21. 4 3
  22. join; plot
  23. title 2 1.9 data '0 Rise'
  24. case             'O     '
  25. title 2 1.4 data '2 Fall'
  26. case             'O     '
  27.  
  28. set window x 2.2 of 2.2  y 2 of 2
  29. title left lines -.5  'Output (Volts)'
  30. title bottom 'Temperature (2o3C)'
  31. case         '             X X  '
  32. set limits x 100 to 1000 y -5 5
  33. set scale y linear
  34. 150 -4
  35. 200 -3
  36. 250 -2
  37. 300 -1.5
  38. 400 0
  39. 500 2.3
  40. 600 4
  41. 700 4.5
  42. 800 4
  43. 850 3
  44. 900 2
  45. join
  46.  
  47. set labels size 2.5
  48. set title size 3
  49. set window x 1 of 1  y 1 of 2
  50. set symbol size 3
  51. title left lines -.5 'Delay (Ms)'
  52. case       '       G  '
  53. title bottom 'Pulse Rate (Hz)'
  54. set limits x 10 to 1000 y 1 to 100
  55. set scale y log
  56. set scale x log
  57. set symbol 0O
  58. 1 2
  59. 20 2.1
  60. 45 2.2
  61. 90 2.4
  62. 110 2.6
  63. 220 2.7
  64. 500 3.5
  65. 700 5
  66. 850 10
  67. 960 40
  68. join; plot
  69. title .3 .3 size 3 "WIND3.PLT"
  70.